home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / blankery / blanker / source / blankers / dragon / defaults.c < prev    next >
C/C++ Source or Header  |  1993-07-28  |  228b  |  14 lines

  1. #include <exec/types.h>
  2. #include <intuition/intuition.h>
  3.  
  4. #include "/defs.h"
  5.  
  6. VOID defaults( struct bMessage *bMsg )
  7. {
  8.     bMsg->bm_Mod = INVALID_ID;
  9.     bMsg->bm_Dep = 1;
  10.  
  11.     bMsg->bm_Info = "Spiraling Fractal";
  12.     bMsg->bm_Data = 0L;
  13. }
  14.